home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / window.fpl.readme < prev    next >
Text File  |  1996-07-21  |  846b  |  34 lines

  1. ############################################
  2. File:        Window.FPL
  3. Author:        Kjell Ericson/Daniel Stenberg
  4. Email:        kjer@netcom.se, FidoNet 2:201/328
  5. Short:        Functions to control windows (used as default)
  6. Version:    1.2
  7. Date:        21.7.96
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: function
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.  
  17.  In this file you have several functions that can rearrange and work with
  18. windows.
  19.  
  20.  The file is executed as default.
  21.  
  22.  
  23.  WindowNew() -
  24.    Opens a new editor window. If the "opener" is a screen, it makes sure it
  25.    opens a window anyway. All new windows will be placed on the same screen
  26.    as the "opener" is on.
  27.  
  28. HISTORY
  29.  
  30.   1.0    23.03.96  First version
  31.   1.1    20.04.96  Deny tile/cascade on screens.
  32.   1.2    Daniel Stenberg added WindowNew() that opens a window even if the
  33.     "father" is a screen.
  34.